home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 April: Mac OS SDK / Dev.CD Apr 99 SDK1.toast / Development Kits / ColorSync 2.5.1 SDK / Sample Code / CSDemo 2.5 / ShellSources / appGlobals.c < prev    next >
Encoding:
Text File  |  1998-09-09  |  810 b   |  28 lines  |  [TEXT/CWIE]

  1. // Simple framework for Macintosh sample code
  2. //
  3. // David Hayward and Nick Thompson 
  4. // Developer Technical Support
  5. // AppleLink: DEVSUPPORT
  6. //
  7. // Copyrite 1995, Apple Computer,Inc
  8. //
  9. // This file contains the globals for the framework
  10. // 
  11. // 9/13/94    nick    first cut
  12. // 12/13/94    david    several modifications
  13.  
  14.  
  15. #include "appGlobals.h"
  16.  
  17.  
  18. /**\
  19. |**| ==============================================================================
  20. |**| PUBLIC GLOBALS
  21. |**| these are used by all applications
  22. |**| ==============================================================================
  23. \**/
  24. Boolean                gQuitFlag = false;        // set this to true to quit
  25. short                gAppResRefNum ;            // RefNum of application's resource file.
  26. long                gAppSleepTicks = 30 ;    // WaitNextEvent sleep time for application.
  27. Boolean                gInBackground = false ;
  28.